ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ComboBoxBase<T> Class / OnClientItemsSourceChanged Property






In This Topic
    OnClientItemsSourceChanged Property (ComboBoxBase<T>)
    In This Topic
    Occurs when the value of the itemsSource property changes.
    Syntax
    'Declaration
     
    
    Public Property OnClientItemsSourceChanged As System.String
    'Usage
     
    
    Dim instance As ComboBoxBase(Of T)
    Dim value As System.String
     
    instance.OnClientItemsSourceChanged = value
     
    value = instance.OnClientItemsSourceChanged
    public System.string OnClientItemsSourceChanged {get; set;}
    public read-write property OnClientItemsSourceChanged: System.String; 
    public function get,set OnClientItemsSourceChanged : System.String
    public: __property System.string* get_OnClientItemsSourceChanged();
    public: __property void set_OnClientItemsSourceChanged( 
       System.string* value
    );
    public:
    property System.String^ OnClientItemsSourceChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also